Bump crate versions
authorFelix Krull <f_krull@gmx.de>
Mon, 2 Sep 2019 15:12:48 +0000 (17:12 +0200)
committerColin Walters <walters@verbum.org>
Fri, 6 May 2022 16:53:54 +0000 (12:53 -0400)
rust-bindings/rust/Cargo.toml
rust-bindings/rust/README.md
rust-bindings/rust/sys/Cargo.toml

index 403d18f3a575d6836bd5ece4a2df1ae876ec9088..dff9b634efb4d4e701384917411b0f8c71be1ca2 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "ostree"
-version = "0.5.0"
+version = "0.6.0"
 authors = ["Felix Krull"]
 
 license = "MIT"
@@ -39,7 +39,7 @@ gio = "0.7.0"
 glib-sys = "0.9.0"
 gobject-sys = "0.9.0"
 gio-sys = "0.9.0"
-ostree-sys = { version = "0.4.0", path = "sys" }
+ostree-sys = { version = "0.5.0", path = "sys" }
 
 [dev-dependencies]
 maplit = "1.0.1"
index a3c84de6673d699a503db36c87760c8221c8fb9b..1ab24b2d5371a00a74c36a153858b87fefdd9a9c 100644 (file)
@@ -31,7 +31,7 @@ To use the crate, add it to your `Cargo.toml`:
 
 ```toml
 [dependencies]
-ostree = "0.5"
+ostree = "0.6"
 ```
 
 To use features from later libostree versions, you need to specify the release
@@ -39,8 +39,8 @@ version as well:
 
 ```toml
 [dependencies.ostree]
-version = "0.5"
-features = ["v2018_7"]
+version = "0.6"
+features = ["v2019_3"]
 ```
 
 ## Developing
index 3e7bc64a92eef2ae4f712a1b8b58eb00c2d094c5..6f44d97711e8480c34c06098d5da35c42b32a72b 100644 (file)
@@ -60,7 +60,7 @@ license = "MIT"
 links = "ostree-1"
 name = "ostree-sys"
 repository = "https://gitlab.com/fkrull/ostree-rs"
-version = "0.4.0"
+version = "0.5.0"
 
 ["package.metadata.docs.rs"]
 features = ["dox", "v2019_3"]